E-Tech Timer / E-Tech Timer / settings.Designer.vbon commit add archived files (d846247)
   1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
   2Partial Class settings
   3    Inherits System.Windows.Forms.Form
   4
   5    'Form overrides dispose to clean up the component list.
   6    <System.Diagnostics.DebuggerNonUserCode()> _
   7    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
   8        Try
   9            If disposing AndAlso components IsNot Nothing Then
  10                components.Dispose()
  11            End If
  12        Finally
  13            MyBase.Dispose(disposing)
  14        End Try
  15    End Sub
  16
  17    'Required by the Windows Form Designer
  18    Private components As System.ComponentModel.IContainer
  19
  20    'NOTE: The following procedure is required by the Windows Form Designer
  21    'It can be modified using the Windows Form Designer.  
  22    'Do not modify it using the code editor.
  23    <System.Diagnostics.DebuggerStepThrough()> _
  24    Private Sub InitializeComponent()
  25        Me.components = New System.ComponentModel.Container()
  26        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(settings))
  27        Me.KryptonButton1 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
  28        Me.KryptonButton2 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
  29        Me.KryptonCheckBox1 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox()
  30        Me.KryptonLabel2 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
  31        Me.KryptonComboBox1 = New ComponentFactory.Krypton.Toolkit.KryptonComboBox()
  32        Me.ColorDialog1 = New System.Windows.Forms.ColorDialog()
  33        Me.KryptonButton3 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
  34        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  35        Me.KryptonCheckBox2 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox()
  36        Me.KryptonCheckBox4 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox()
  37        Me.KryptonLabel3 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
  38        Me.KryptonButton4 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
  39        Me.KryptonCheckBox3 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox()
  40        Me.KryptonLabel4 = New ComponentFactory.Krypton.Toolkit.KryptonLabel()
  41        Me.KryptonComboBox2 = New ComponentFactory.Krypton.Toolkit.KryptonComboBox()
  42        Me.KryptonButton5 = New ComponentFactory.Krypton.Toolkit.KryptonButton()
  43        CType(Me.KryptonComboBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  44        CType(Me.KryptonComboBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  45        Me.SuspendLayout()
  46        '
  47        'KryptonButton1
  48        '
  49        Me.KryptonButton1.Anchor = System.Windows.Forms.AnchorStyles.Bottom
  50        Me.KryptonButton1.Location = New System.Drawing.Point(182, 139)
  51        Me.KryptonButton1.Name = "KryptonButton1"
  52        Me.KryptonButton1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem
  53        Me.KryptonButton1.Size = New System.Drawing.Size(90, 25)
  54        Me.KryptonButton1.TabIndex = 3
  55        Me.KryptonButton1.Values.Text = "Save"
  56        '
  57        'KryptonButton2
  58        '
  59        Me.KryptonButton2.Anchor = System.Windows.Forms.AnchorStyles.Bottom
  60        Me.KryptonButton2.Location = New System.Drawing.Point(86, 139)
  61        Me.KryptonButton2.Name = "KryptonButton2"
  62        Me.KryptonButton2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem
  63        Me.KryptonButton2.Size = New System.Drawing.Size(90, 25)
  64        Me.KryptonButton2.TabIndex = 4
  65        Me.KryptonButton2.Values.Text = "Cancel"
  66        '
  67        'KryptonCheckBox1
  68        '
  69        Me.KryptonCheckBox1.Checked = True
  70        Me.KryptonCheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
  71        Me.KryptonCheckBox1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl
  72        Me.KryptonCheckBox1.Location = New System.Drawing.Point(12, 8)
  73        Me.KryptonCheckBox1.Name = "KryptonCheckBox1"
  74        Me.KryptonCheckBox1.Size = New System.Drawing.Size(161, 20)
  75        Me.KryptonCheckBox1.TabIndex = 5
  76        Me.KryptonCheckBox1.Text = "1/10th Second resolution"
  77        Me.KryptonCheckBox1.Values.Text = "1/10th Second resolution"
  78        '
  79        'KryptonLabel2
  80        '
  81        Me.KryptonLabel2.Location = New System.Drawing.Point(194, 10)
  82        Me.KryptonLabel2.Name = "KryptonLabel2"
  83        Me.KryptonLabel2.Size = New System.Drawing.Size(39, 20)
  84        Me.KryptonLabel2.TabIndex = 6
  85        Me.KryptonLabel2.Values.Text = "Alert:"
  86        '
  87        'KryptonComboBox1
  88        '
  89        Me.KryptonComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  90        Me.KryptonComboBox1.DropDownWidth = 133
  91        Me.KryptonComboBox1.Items.AddRange(New Object() {"Horn", "Tinkle", "Morning"})
  92        Me.KryptonComboBox1.Location = New System.Drawing.Point(239, 9)
  93        Me.KryptonComboBox1.Name = "KryptonComboBox1"
  94        Me.KryptonComboBox1.Size = New System.Drawing.Size(93, 21)
  95        Me.KryptonComboBox1.TabIndex = 7
  96        Me.KryptonComboBox1.Text = "Morning"
  97        '
  98        'KryptonButton3
  99        '
 100        Me.KryptonButton3.Location = New System.Drawing.Point(341, 1)
 101        Me.KryptonButton3.Name = "KryptonButton3"
 102        Me.KryptonButton3.Size = New System.Drawing.Size(37, 36)
 103        Me.KryptonButton3.TabIndex = 8
 104        Me.ToolTip1.SetToolTip(Me.KryptonButton3, "Sounds a test alert of the alert that is selected.")
 105        Me.KryptonButton3.Values.Image = CType(resources.GetObject("KryptonButton3.Values.Image"), System.Drawing.Image)
 106        Me.KryptonButton3.Values.Text = ""
 107        '
 108        'ToolTip1
 109        '
 110        Me.ToolTip1.ToolTipTitle = "Test Sound"
 111        '
 112        'KryptonCheckBox2
 113        '
 114        Me.KryptonCheckBox2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl
 115        Me.KryptonCheckBox2.Location = New System.Drawing.Point(12, 34)
 116        Me.KryptonCheckBox2.Name = "KryptonCheckBox2"
 117        Me.KryptonCheckBox2.Size = New System.Drawing.Size(159, 20)
 118        Me.KryptonCheckBox2.TabIndex = 9
 119        Me.KryptonCheckBox2.Text = "Keep counting after alert"
 120        Me.KryptonCheckBox2.Values.Text = "Keep counting after alert"
 121        '
 122        'KryptonCheckBox4
 123        '
 124        Me.KryptonCheckBox4.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl
 125        Me.KryptonCheckBox4.Location = New System.Drawing.Point(12, 60)
 126        Me.KryptonCheckBox4.Name = "KryptonCheckBox4"
 127        Me.KryptonCheckBox4.Size = New System.Drawing.Size(164, 20)
 128        Me.KryptonCheckBox4.TabIndex = 11
 129        Me.KryptonCheckBox4.Text = "Start timing automatically"
 130        Me.KryptonCheckBox4.Values.Text = "Start timing automatically"
 131        '
 132        'KryptonLabel3
 133        '
 134        Me.KryptonLabel3.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl
 135        Me.KryptonLabel3.Location = New System.Drawing.Point(343, 144)
 136        Me.KryptonLabel3.Name = "KryptonLabel3"
 137        Me.KryptonLabel3.Size = New System.Drawing.Size(35, 20)
 138        Me.KryptonLabel3.TabIndex = 12
 139        Me.KryptonLabel3.Values.Text = "v5.0"
 140        '
 141        'KryptonButton4
 142        '
 143        Me.KryptonButton4.Location = New System.Drawing.Point(197, 69)
 144        Me.KryptonButton4.Name = "KryptonButton4"
 145        Me.KryptonButton4.Size = New System.Drawing.Size(181, 25)
 146        Me.KryptonButton4.TabIndex = 13
 147        Me.KryptonButton4.Values.Text = "Reset Log ID"
 148        '
 149        'KryptonCheckBox3
 150        '
 151        Me.KryptonCheckBox3.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl
 152        Me.KryptonCheckBox3.Location = New System.Drawing.Point(12, 86)
 153        Me.KryptonCheckBox3.Name = "KryptonCheckBox3"
 154        Me.KryptonCheckBox3.Size = New System.Drawing.Size(150, 20)
 155        Me.KryptonCheckBox3.TabIndex = 14
 156        Me.KryptonCheckBox3.Text = "Show log automatically"
 157        Me.KryptonCheckBox3.Values.Text = "Show log automatically"
 158        '
 159        'KryptonLabel4
 160        '
 161        Me.KryptonLabel4.Location = New System.Drawing.Point(194, 43)
 162        Me.KryptonLabel4.Name = "KryptonLabel4"
 163        Me.KryptonLabel4.Size = New System.Drawing.Size(88, 20)
 164        Me.KryptonLabel4.TabIndex = 15
 165        Me.KryptonLabel4.Values.Text = "Startup Mode:"
 166        '
 167        'KryptonComboBox2
 168        '
 169        Me.KryptonComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
 170        Me.KryptonComboBox2.DropDownWidth = 133
 171        Me.KryptonComboBox2.Items.AddRange(New Object() {"Stopwatch", "Countdown"})
 172        Me.KryptonComboBox2.Location = New System.Drawing.Point(285, 43)
 173        Me.KryptonComboBox2.Name = "KryptonComboBox2"
 174        Me.KryptonComboBox2.Size = New System.Drawing.Size(93, 21)
 175        Me.KryptonComboBox2.TabIndex = 16
 176        Me.KryptonComboBox2.Text = "Stopwatch"
 177        '
 178        'KryptonButton5
 179        '
 180        Me.KryptonButton5.Location = New System.Drawing.Point(197, 100)
 181        Me.KryptonButton5.Name = "KryptonButton5"
 182        Me.KryptonButton5.Size = New System.Drawing.Size(181, 25)
 183        Me.KryptonButton5.TabIndex = 17
 184        Me.KryptonButton5.Values.Text = "Flexible Input Syntax"
 185        '
 186        'settings
 187        '
 188        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
 189        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
 190        Me.BackColor = System.Drawing.Color.LightSkyBlue
 191        Me.ClientSize = New System.Drawing.Size(384, 176)
 192        Me.Controls.Add(Me.KryptonButton5)
 193        Me.Controls.Add(Me.KryptonComboBox2)
 194        Me.Controls.Add(Me.KryptonLabel4)
 195        Me.Controls.Add(Me.KryptonCheckBox3)
 196        Me.Controls.Add(Me.KryptonButton4)
 197        Me.Controls.Add(Me.KryptonLabel3)
 198        Me.Controls.Add(Me.KryptonCheckBox4)
 199        Me.Controls.Add(Me.KryptonCheckBox2)
 200        Me.Controls.Add(Me.KryptonButton3)
 201        Me.Controls.Add(Me.KryptonComboBox1)
 202        Me.Controls.Add(Me.KryptonLabel2)
 203        Me.Controls.Add(Me.KryptonCheckBox1)
 204        Me.Controls.Add(Me.KryptonButton2)
 205        Me.Controls.Add(Me.KryptonButton1)
 206        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
 207        Me.Name = "settings"
 208        Me.ShowInTaskbar = False
 209        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
 210        CType(Me.KryptonComboBox1, System.ComponentModel.ISupportInitialize).EndInit()
 211        CType(Me.KryptonComboBox2, System.ComponentModel.ISupportInitialize).EndInit()
 212        Me.ResumeLayout(False)
 213        Me.PerformLayout()
 214
 215    End Sub
 216    Friend WithEvents KryptonButton1 As ComponentFactory.Krypton.Toolkit.KryptonButton
 217    Friend WithEvents KryptonButton2 As ComponentFactory.Krypton.Toolkit.KryptonButton
 218    Friend WithEvents KryptonCheckBox1 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox
 219    Friend WithEvents KryptonLabel2 As ComponentFactory.Krypton.Toolkit.KryptonLabel
 220    Friend WithEvents KryptonComboBox1 As ComponentFactory.Krypton.Toolkit.KryptonComboBox
 221    Friend WithEvents ColorDialog1 As System.Windows.Forms.ColorDialog
 222    Friend WithEvents KryptonButton3 As ComponentFactory.Krypton.Toolkit.KryptonButton
 223    Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
 224    Friend WithEvents KryptonCheckBox2 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox
 225    Friend WithEvents KryptonCheckBox4 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox
 226    Friend WithEvents KryptonLabel3 As ComponentFactory.Krypton.Toolkit.KryptonLabel
 227    Friend WithEvents KryptonButton4 As ComponentFactory.Krypton.Toolkit.KryptonButton
 228    Friend WithEvents KryptonCheckBox3 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox
 229    Friend WithEvents KryptonLabel4 As ComponentFactory.Krypton.Toolkit.KryptonLabel
 230    Friend WithEvents KryptonComboBox2 As ComponentFactory.Krypton.Toolkit.KryptonComboBox
 231    Friend WithEvents KryptonButton5 As ComponentFactory.Krypton.Toolkit.KryptonButton
 232End Class